const crypto/elliptic/internal/nistec.p224ElementLength

5 uses

	crypto/elliptic/internal/nistec (current package)
		p224.go#L24: const p224ElementLength = 28
		p224.go#L70: 	case len(b) == 1+2*p224ElementLength && b[0] == 4:
		p224.go#L71: 		x, err := new(fiat.P224Element).SetBytes(b[1 : 1+p224ElementLength])
		p224.go#L75: 		y, err := new(fiat.P224Element).SetBytes(b[1+p224ElementLength:])
		p224.go#L88: 	case len(b) == 1+p224ElementLength && b[0] == 0: